Prev Next |
When you open the language file it will look something like this:
Note : shared fields are not exported as they have the same value for all languages.
Each <phrase ... > tag represents a single field of an item. The tag has the following attributes:
-
path
The path to the item.
-
key
The item name.
-
itemid
The GUID of the item.
-
fieldid
Thename of the field.
-
updated
The date when the field was updated last.
Inside the <phrase> tags, there go the language entry tags. Tag names correspond to the language item names defined under /sitecore/system/languages. For example:
Translators should only change content included between the language entry tags. The structure of the file should never be changed. Any other change will cause problems with the language importer.
Prev Next